home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / educate / aeius.zip / SELHD.BAT < prev    next >
DOS Batch File  |  1986-11-13  |  326b  |  20 lines

  1. if %1==b goto a
  2. if %1==c goto a
  3. if %1==d goto a
  4. if %1==e goto a
  5. goto error
  6. :a 
  7. del b
  8. del c
  9. del d
  10. del e
  11. copy drive %1
  12. goto end
  13. :error
  14. REM HARD DISK DRIVE NOT SELECTED.  DRIVE NAME MISSING.  
  15. rem *******use lower case letters only for selhd command******
  16. goto n
  17. :end
  18. REM HARD DISK SELECTED TO BE DRIVE %1:
  19. :n
  20.